PostScript Query Results
The PostScript query results enumeration defines constants that are the possible results of theGXPostScriptQueryPrinter
message, which is described on page 4-101.
enum { gxPrinterOK = 0, gxInitializePrinter = 1, gxFilePrinting = 2, gxResetPrinter = 128 };Constant descriptions
gxPrinterOK
- The printer responded to the query with enough information to initiate printing of the job.
gxInitializePrinter
The printer responded to the query by indicating that it needs to be initialized.gxFilePrinting
- The printer responded to the query by indicating that the print job has been redirected to a file.
gxResetPrinter
- The printer responded to the query by indicating that it needs to be restarted.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help